home *** CD-ROM | disk | FTP | other *** search
/ Giga Games 1 / Giga Games.iso / net / go / prog / nextgo23.taz / nextgo23 / NeXTGo / Makefile < prev    next >
Encoding:
Makefile  |  1993-02-09  |  1.2 KB  |  47 lines

  1. #
  2. # Generated by the NeXT Interface Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Interface Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = NeXTGo
  11.  
  12. INTERFACES = NeXTGo.nib
  13. CLASSES = Board.m ClickCell.m GoApp.m
  14. MFILES = NeXTGo_main.m igsglue.m igssocket.m
  15. CFILES = count.c countlib.c eval.c exambord.c findnext.c findopen.c \
  16.          findpatn.c findsavr.c findwinr.c fioe.c genmove.c godict.c \
  17.          igsparse.c initmark.c matchpat.c opening.c openregn.c random.c \
  18.          score.c seed.c sethand.c smartgoeval.c smartgoparse.c \
  19.          smartgotree.c suicide.c
  20. TIFFFILES = Background.tiff NeXTGo.tiff
  21. OTHERSRCS = intergo.dct
  22. APPICON = NeXTGo.tiff
  23. DOCICONS = NeXTGoFile.tiff
  24.  
  25. SOURCEMODE = 444
  26.  
  27. LIBS = -lNeXT_s -lsys_s
  28. DEBUG_LIBS = $(LIBS)
  29. PROF_LIBS = -lNeXT_p -lsys_p
  30.  
  31. MAKEFILEDIR = /usr/lib/nib
  32. ICONSECTIONS =    -sectcreate __ICON app NeXTGo.tiff \
  33.         -sectcreate __ICON nextgo NeXTGoFile.tiff
  34. APPWRAPPER = YES
  35. NOMACHO = YES
  36.  
  37. INSTALLDIR = $(HOME)/Apps
  38. INSTALLFLAGS = -c -s -m 755
  39.  
  40. -include Makefile.preamble
  41.  
  42. include $(MAKEFILEDIR)/app.make
  43.  
  44. -include Makefile.postamble
  45.  
  46. -include Makefile.dependencies
  47.